summaryrefslogtreecommitdiffstats
path: root/sbin/gpt/migrate.c
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2005-09-01 02:42:52 +0000
committermarcel <marcel@FreeBSD.org>2005-09-01 02:42:52 +0000
commit814918164bdd5bb54ca36f97d89201489a2b674d (patch)
treee4ffaf5f9dbea084ba83063c57dd55c0f749757f /sbin/gpt/migrate.c
parent9b54632324bab1e5330bfac99006793e6f29912b (diff)
downloadFreeBSD-src-814918164bdd5bb54ca36f97d89201489a2b674d.zip
FreeBSD-src-814918164bdd5bb54ca36f97d89201489a2b674d.tar.gz
Dot the i's: multiple devices can be specified, so the usage should
have ellipsis following the device.
Diffstat (limited to 'sbin/gpt/migrate.c')
-rw-r--r--sbin/gpt/migrate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/gpt/migrate.c b/sbin/gpt/migrate.c
index fb36d7a..8f3b4ec 100644
--- a/sbin/gpt/migrate.c
+++ b/sbin/gpt/migrate.c
@@ -59,7 +59,7 @@ usage_migrate(void)
{
fprintf(stderr,
- "usage: %s [-fs] device\n", getprogname());
+ "usage: %s [-fs] device ...\n", getprogname());
exit(1);
}
OpenPOWER on IntegriCloud