]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-7988 move -askall to -terse so old -askall behavior is default and old default...
authorAnthony Minessale <anthm@freeswitch.org>
Mon, 31 Aug 2015 16:05:36 +0000 (11:05 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Mon, 31 Aug 2015 16:05:36 +0000 (11:05 -0500)
support-d/utils/filebug.pl

index 6da941e733f5c44bc881c12df773554052c46776..862f0139dd4126788c5124b849912ab2265e3738 100755 (executable)
@@ -77,7 +77,7 @@ GetOptions(
     'type=s' => \$opts{type},
     'versions=s' => \$opts{versions},
     'noedit' => \$opts{noedit},
-    'askall' => \$opts{askall},
+    'terse' => \$opts{terse},
     'debug' => \$opts{debug},
     ) or die "Usage: $0 -summary <summary> -desc <desc> [-debug] ....\n";
 
@@ -166,7 +166,7 @@ if (!$opts{hash}) {
     }
 }
 
-if ($opts{askall}) {
+if (!$opts{terse}) {
     $opts{project} = getfield("Project: ", $opts{project});
     $opts{type} = getfield("Type: ", $opts{type});
     $opts{versions} = getfield("Versions: ", $opts{versions});