summaryrefslogtreecommitdiffstats
path: root/extras
diff options
context:
space:
mode:
authorKotresh HR <khiremat@redhat.com>2017-09-25 23:34:55 -0400
committerAravinda VK <avishwan@redhat.com>2017-09-26 09:28:45 +0000
commit8855ebcfecde2a21e0a9ba725e9738708e03904a (patch)
tree06ad4499558362ed22730f2ee712ef93c96a46db /extras
parent1719cffa911c5287715abfdb991bc8862f0c994e (diff)
geo-rep/scheduler: Fix '--no-color' help msg
Change-Id: I0f51558083e0b11a6563b8a2ef62ec07fe2a9ca9 BUG: 1495436 Signed-off-by: Kotresh HR <khiremat@redhat.com>
Diffstat (limited to 'extras')
-rw-r--r--extras/geo-rep/schedule_georep.py.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/geo-rep/schedule_georep.py.in b/extras/geo-rep/schedule_georep.py.in
index c931111b365..2ae0f1029ab 100644
--- a/extras/geo-rep/schedule_georep.py.in
+++ b/extras/geo-rep/schedule_georep.py.in
@@ -462,7 +462,7 @@ if __name__ == "__main__":
"stop Geo-replication if Checkpoint is not complete "
"in the specified timeout time", type=int,
default=0)
- parser.add_argument("--no-color", help="Use Color in CLI output",
+ parser.add_argument("--no-color", help="Don't use Color in CLI output",
action="store_true")
args = parser.parse_args()
if args.no_color: