Changeset 92fd52d7 in mainline for uspace/app/bdsh/cmds/modules/help/help.c
- Timestamp:
- 2009-04-09T21:16:50Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7afb4a5
- Parents:
- a2c58f6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/modules/help/help.c
ra2c58f6 r92fd52d7 108 108 109 109 if (argc == 3) { 110 if (!str cmp("extended", argv[2]))110 if (!str_cmp("extended", argv[2])) 111 111 level = HELP_LONG; 112 112 else
Note:
See TracChangeset
for help on using the changeset viewer.