Changeset 4cca9a9 in mainline
- Timestamp:
- 2017-12-18T14:46:39Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6abda242
- Parents:
- 5340bfa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/modules/cat/cat.c
r5340bfa r4cca9a9 328 328 console_rows = 0; 329 329 should_quit = false; 330 dash_represents_stdin = false; 330 331 console = console_init(stdin, stdout); 331 332 number = false; … … 338 339 339 340 for (c = 0, optreset = 1, optind = 0, opt_ind = 0; c != -1;) { 340 c = getopt_long(argc, argv, "xhvmH:t:b:s :n", long_options, &opt_ind);341 c = getopt_long(argc, argv, "xhvmH:t:b:sn", long_options, &opt_ind); 341 342 switch (c) { 342 343 case 'h':
Note:
See TracChangeset
for help on using the changeset viewer.