]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
fdisk: fix typo
authorKarel Zak <kzak@redhat.com>
Fri, 3 Oct 2014 10:42:54 +0000 (12:42 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 7 Oct 2014 12:55:32 +0000 (14:55 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
disk-utils/fdisk-list.c

index 42dfda8cb7309cfbc55ef8b85a17dad0afda1d05..67b03ad8e736f2625b9005ee1632123b257346f4 100644 (file)
@@ -276,7 +276,7 @@ void list_available_columns(FILE *out)
        if (termwidth <= 0)
                termwidth = 80;
 
-       fprintf(out, _("\nAvailable columns: (for -o)\n"));
+       fprintf(out, _("\nAvailable columns (for -o):\n"));
 
        while (fdisk_next_label(cxt, &lb) == 0) {
                size_t width = 6;       /* label name and separators */