diff options
| author | Yuri Chornoivan <yurchor@ukr.net> | 2012-08-18 21:47:08 +0300 |
|---|---|---|
| committer | Karel Zak <kzak@redhat.com> | 2012-09-04 17:26:31 +0200 |
| commit | bbac757b1e50259d6e61b0ed932f09a504f6bcea (patch) | |
| tree | 69fb255b038b7cdf7ce66c28238732fc51cbe35d /misc-utils/lsblk.c | |
| parent | ca3dbca10b4f96b8e309e579933dfdcab80b20b5 (diff) | |
| download | util-linux-bbac757b1e50259d6e61b0ed932f09a504f6bcea.tar.gz | |
textual: fix typos in messages
Diffstat (limited to 'misc-utils/lsblk.c')
| -rw-r--r-- | misc-utils/lsblk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc-utils/lsblk.c b/misc-utils/lsblk.c index 3a980db3ad..38e1cdeba1 100644 --- a/misc-utils/lsblk.c +++ b/misc-utils/lsblk.c @@ -1213,7 +1213,7 @@ static void __attribute__((__noreturn__)) help(FILE *out) " -h, --help usage information (this)\n" " -i, --ascii use ascii characters only\n" " -m, --perms output info about permissions\n" - " -l, --list use list format ouput\n" + " -l, --list use list format output\n" " -n, --noheadings don't print headings\n" " -o, --output <list> output columns\n" " -P, --pairs use key=\"value\" output format\n" |
