From ad58fcdf85adb652fd1454470c12e3dec9f8cc36 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sun, 12 Jul 2009 23:42:55 +0200 Subject: [PATCH] Replace underscores with dashes in fsck command line options. The auto-generated --detailed-help uses a dash, so use dashes everywhere. --- fsck.ggo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2