summaryrefslogtreecommitdiffstats
path: root/disk-utils
diff options
context:
space:
mode:
authorKarel Zak2017-06-26 13:56:45 +0200
committerKarel Zak2017-06-26 13:56:45 +0200
commitd6ec64e824cac821fd21f457d9cf37fd663a045f (patch)
tree2184375c9b1cea82eac0ce54f33bf0b85ae68ead /disk-utils
parentMerge branch 'fix-exit-codes' of https://github.com/rudimeier/util-linux (diff)
parentDocs: move option naming to howto-contribute.txt (diff)
downloadkernel-qcow2-util-linux-d6ec64e824cac821fd21f457d9cf37fd663a045f.tar.gz
kernel-qcow2-util-linux-d6ec64e824cac821fd21f457d9cf37fd663a045f.tar.xz
kernel-qcow2-util-linux-d6ec64e824cac821fd21f457d9cf37fd663a045f.zip
Merge branch '170622' of github.com:jwpi/util-linux
* '170622' of github.com:jwpi/util-linux: Docs: move option naming to howto-contribute.txt Docs: update howto-usage-function.txt Docs: add a comment for constants to boilerplate.c include/c.h: add USAGE_COMMANDS and USAGE_COLUMNS
Diffstat (limited to 'disk-utils')
-rw-r--r--disk-utils/sfdisk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/disk-utils/sfdisk.c b/disk-utils/sfdisk.c
index 2ac8cef02..2a75190f5 100644
--- a/disk-utils/sfdisk.c
+++ b/disk-utils/sfdisk.c
@@ -1850,7 +1850,7 @@ static void __attribute__ ((__noreturn__)) usage(FILE *out)
fputs(USAGE_SEPARATOR, out);
fputs(_("Display or manipulate a disk partition table.\n"), out);
- fputs(_("\nCommands:\n"), out);
+ fputs(USAGE_COMMANDS, out);
fputs(_(" -A, --activate <dev> [<part> ...] list or set bootable MBR partitions\n"), out);
fputs(_(" -d, --dump <dev> dump partition table (usable for later input)\n"), out);
fputs(_(" -J, --json <dev> dump partition table in JSON format\n"), out);