From: Andre Noll <maan@systemlinux.org>
Date: Sun, 12 Jul 2009 21:42:55 +0000 (+0200)
Subject: Replace underscores with dashes in fsck command line options.
X-Git-Tag: v0.1.0~22
X-Git-Url: https://git.tue.mpg.de/?a=commitdiff_plain;h=ad58fcdf85adb652fd1454470c12e3dec9f8cc36;p=osl.git

Replace underscores with dashes in fsck command line options.

The auto-generated --detailed-help uses a dash, so use dashes everywhere.
---

diff --git a/fsck.ggo b/fsck.ggo
index edb608b..2452e3d 100644
--- a/fsck.ggo
+++ b/fsck.ggo
@@ -31,7 +31,7 @@ details="
 	given tables to the specified path.
 "
 
-option "no_fsck" n
+option "no-fsck" n
 #~~~~~~~~~~~~~~~~~
 "Disable fsck mode."
 flag off
@@ -48,7 +48,7 @@ details="
 	Ignore the dirty bit when opening osl tables.
 "
 
-option "dry_run" -
+option "dry-run" -
 #~~~~~~~~~~~~~~~~~
 "Only report problems, don't try to fix them."
 flag off