Skip to content

Commit

Permalink
Renamed 'interactive mode' to 'paused mode'.
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermechapiewski committed Oct 6, 2009
1 parent af5f3e9 commit 21427d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.py
Expand Up @@ -55,7 +55,7 @@ def __config_parser(self):
action="store_true",
dest="paused_mode",
default=False,
help="Execute in 'paused' mode. In this mode you will need to press <enter> key in order to execute each SQL command, making it easier to see what is being executed and helping debug. When interactive mode is enabled, log level is automatically set to [2].")
help="Execute in 'paused' mode. In this mode you will need to press <enter> key in order to execute each SQL command, making it easier to see what is being executed and helping debug. When paused mode is enabled, log level is automatically set to [2].")

self.__parser.add_option("-v", "--version",
action="store_true",
Expand Down

0 comments on commit 21427d0

Please sign in to comment.