summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDebarshi Ray <rishi@gnu.org>2007-01-14 21:06:58 +0530
committerদেবর্ষি রায় <rishi@Sunflower.(none)>2007-01-14 21:06:58 +0530
commit21dc308fe0829e12d55fba0e6f75063cf7bf651a (patch)
treeb4715d66af263594d2775d2c96bac8a0667a0e93
parent7ad100209c0a7382ca36cc4b337b8800d45c4a7a (diff)
downloadparted-21dc308fe0829e12d55fba0e6f75063cf7bf651a.tar.gz
Synchronise manual page and --help documentation.
-rw-r--r--doc/C/parted.813
-rw-r--r--parted/parted.c2
2 files changed, 9 insertions, 6 deletions
diff --git a/doc/C/parted.8 b/doc/C/parted.8
index 2b3b9e6..3e6451b 100644
--- a/doc/C/parted.8
+++ b/doc/C/parted.8
@@ -19,19 +19,22 @@ reorganising disk usage, and copying data to new hard disks.
.SH OPTIONS
.TP
.B -h, --help
-displays a help message.
+displays a help message
.TP
.B -i, --interactive
-prompts for user intervention.
+prompts for user intervention
.TP
.B -l, --list
-list partition layout on all block devices.
+lists partition layout on all block devices
+.TP
+.B -m, --machine
+displays machine parseable output
.TP
.B -s, --script
-never prompt the user.
+never prompts for user intervention
.TP
.B -v, --version
-displays the version.
+displays the version
.SH COMMANDS
.TP
.B [device]
diff --git a/parted/parted.c b/parted/parted.c
index e8a5a68..069f665 100644
--- a/parted/parted.c
+++ b/parted/parted.c
@@ -75,7 +75,7 @@ static struct option options[] = {
static char* options_help [][2] = {
{"help", N_("displays this help message")},
- {"list", N_("lists partition tables of all detected devices")},
+ {"list", N_("lists partition layout on all block devices")},
{"machine", N_("displays machine parseable output")},
{"script", N_("never prompts for user intervention")},
{"version", N_("displays the version")},