Changeset 5ef16903 in mainline for uspace/app/stats/stats.c


Ignore:
Timestamp:
2018-03-10T21:56:20Z (6 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
338d54a7
Parents:
53ad43c
Message:

ccheck found these backslashes incorrectly placed in C code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/stats/stats.c

    r53ad43c r5ef16903  
    202202{
    203203        printf(
    204             "Usage: %s [-t task_id] [-a] [-c] [-l] [-u]\n" \
    205             "\n" \
    206             "Options:\n" \
    207             "\t-t task_id\n" \
    208             "\t--task=task_id\n" \
    209             "\t\tList threads of the given task\n" \
    210             "\n" \
    211             "\t-a\n" \
    212             "\t--all\n" \
    213             "\t\tList all threads\n" \
    214             "\n" \
    215             "\t-c\n" \
    216             "\t--cpus\n" \
    217             "\t\tList CPUs\n" \
    218             "\n" \
    219             "\t-l\n" \
    220             "\t--load\n" \
    221             "\t\tPrint system load\n" \
    222             "\n" \
    223             "\t-u\n" \
    224             "\t--uptime\n" \
    225             "\t\tPrint system uptime\n" \
    226             "\n" \
    227             "\t-h\n" \
    228             "\t--help\n" \
     204            "Usage: %s [-t task_id] [-a] [-c] [-l] [-u]\n"
     205            "\n"
     206            "Options:\n"
     207            "\t-t task_id\n"
     208            "\t--task=task_id\n"
     209            "\t\tList threads of the given task\n"
     210            "\n"
     211            "\t-a\n"
     212            "\t--all\n"
     213            "\t\tList all threads\n"
     214            "\n"
     215            "\t-c\n"
     216            "\t--cpus\n"
     217            "\t\tList CPUs\n"
     218            "\n"
     219            "\t-l\n"
     220            "\t--load\n"
     221            "\t\tPrint system load\n"
     222            "\n"
     223            "\t-u\n"
     224            "\t--uptime\n"
     225            "\t\tPrint system uptime\n"
     226            "\n"
     227            "\t-h\n"
     228            "\t--help\n"
    229229            "\t\tPrint this usage information\n"
    230             "\n" \
     230            "\n"
    231231            "Without any options all tasks are listed\n",
    232232            name
Note: See TracChangeset for help on using the changeset viewer.