From 3bedaaef51ae4f8a47433ce4b18822819d5c6f23 Mon Sep 17 00:00:00 2001
From: Alberto Bertogli <albertito@blitiri.com.ar>
Date: Thu, 24 Sep 2009 21:12:43 -0300
Subject: [PATCH 05/15] tests/stress: Remove short options for --fi and --as

They're not really useful, so don't waste a letter on them.

Signed-off-by: Alberto Bertogli <albertito@blitiri.com.ar>
---
 tests/stress/jiostress |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/stress/jiostress b/tests/stress/jiostress
index b9a2a4a..542f98f 100755
--- a/tests/stress/jiostress
+++ b/tests/stress/jiostress
@@ -616,10 +616,10 @@ def main():
 	parser.add_option("-n", "--nops", dest = "nops", type = "int",
 		default = 500,
 		help = "number of operations (defaults to %default)")
-	parser.add_option("-f", "--fi", dest = "use_fi",
+	parser.add_option("", "--fi", dest = "use_fi",
 		action = "store_true", default = False,
 		help = "use fault injection (conflicts with --as)")
-	parser.add_option("-a", "--as", dest = "use_as",
+	parser.add_option("", "--as", dest = "use_as",
 		action = "store_true", default = False,
 		help = "use J_LINGER + autosync (conflicts with --fi)")
 	parser.add_option("-p", "--nproc", dest = "nproc", type = "int",
-- 
1.6.2.2.646.gb214

