diff options
| author | Kotresh HR <khiremat@redhat.com> | 2017-09-25 23:34:55 -0400 | 
|---|---|---|
| committer | jiffin tony Thottan <jthottan@redhat.com> | 2017-10-06 06:31:04 +0000 | 
| commit | 0a1792901df2b9804e5ac20102a2c2e4a28bdfc0 (patch) | |
| tree | 412add39e3449e654f848606f0e234f0bc0e9a76 | |
| parent | 95a32b68d03ba34f3e0d6614cab3894351e2e15b (diff) | |
geo-rep/scheduler: Fix '--no-color' help msg
> Change-Id: I0f51558083e0b11a6563b8a2ef62ec07fe2a9ca9
> BUG: 1495436
> Signed-off-by: Kotresh HR <khiremat@redhat.com>
(cherry picked from commit 8855ebcfecde2a21e0a9ba725e9738708e03904a)
Change-Id: I0f51558083e0b11a6563b8a2ef62ec07fe2a9ca9
BUG: 1496238
Signed-off-by: Kotresh HR <khiremat@redhat.com>
| -rw-r--r-- | extras/geo-rep/schedule_georep.py.in | 2 | 
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:  | 
