Changeset 87ba3ceb in mainline


Ignore:
Timestamp:
2018-11-30T10:22:34Z (5 years ago)
Author:
GitHub <noreply@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a27e370
Parents:
a20a451
git-author:
Matthieu Riolo <matthieu.riolo@…> (2018-11-30 10:22:34)
git-committer:
GitHub <noreply@…> (2018-11-30 10:22:34)
Message:

adding new options to help message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/bdsh/cmds/modules/ls/ls.c

    ra20a451 r87ba3ceb  
    355355                    "If not path is given, the current working directory is used.\n"
    356356                    "Options:\n"
    357                     "  -h, --help       A short option summary\n"
    358                     "  -u, --unsort     Do not sort directory entries\n"
    359                     "  -r, --recursive  List subdirectories recursively\n",
     357                    "  -h, --help            A short option summary\n"
     358                    "  -u, --unsort          Do not sort directory entries\n"
     359                    "  -r, --recursive       List subdirectories recursively\n"
     360                    "  -w, --well-formatted  File sizes will be formatted\n"
     361                    "  -1, --single-column   Only the names will be returned\n",
    360362                    cmdname);
    361363        }
Note: See TracChangeset for help on using the changeset viewer.