Ignore:
Timestamp:
2018-04-04T15:42:37Z (6 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2c4e1cc
Parents:
47b2d7e3
Message:

Fix cstyle: make ccheck-fix and commit only files where all the changes are good.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/bdsh/cmds/builtins/batch/batch.c

    r47b2d7e3 r1433ecda  
    4848        if (level == HELP_SHORT) {
    4949                printf(
    50                 "\n  batch [filename] [-c]\n"
    51                 "  Issues commands stored in the file.\n"
    52                 "  Each command must correspond to the single line in the file.\n\n");
     50                    "\n  batch [filename] [-c]\n"
     51                    "  Issues commands stored in the file.\n"
     52                    "  Each command must correspond to the single line in the file.\n\n");
    5353        } else {
    5454                printf(
    55                 "\n  `batch' - issues a batch of commands\n"
    56                 "  Issues commands stored in the file. Each command must correspond\n"
    57                 "  to the single line in the file. Empty lines can be used to visually\n"
    58                 "  separate groups of commands. There is no support for comments,\n"
    59                 "  variables, recursion or other programming constructs - the `batch'\n"
    60                 "  command is indeed very trivial.\n"
    61                 "  If the filename is followed by -c, execution continues even if some\n"
    62                 "  of the commands failed.\n\n");
     55                    "\n  `batch' - issues a batch of commands\n"
     56                    "  Issues commands stored in the file. Each command must correspond\n"
     57                    "  to the single line in the file. Empty lines can be used to visually\n"
     58                    "  separate groups of commands. There is no support for comments,\n"
     59                    "  variables, recursion or other programming constructs - the `batch'\n"
     60                    "  command is indeed very trivial.\n"
     61                    "  If the filename is followed by -c, execution continues even if some\n"
     62                    "  of the commands failed.\n\n");
    6363        }
    6464
Note: See TracChangeset for help on using the changeset viewer.