diff options
| -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:  | 
