Skip to content

Commit

Permalink
Removed default value
Browse files Browse the repository at this point in the history
  • Loading branch information
zendorx committed Feb 9, 2017
1 parent f00e445 commit a3a6c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smartlog.pyw
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ parser.add_argument("--start_clean", default=False, action='store_const', const=
help="executes clean command on startup.")
parser.add_argument("--command_clean", default="adb logcat -c", help="specifies clean command.")

parser.add_argument("--pid_lookup", default="oxygine init", help="specifies string for looking process id.")
parser.add_argument("--pid_lookup", default="", help="specifies string for looking process id.")
parser.add_argument("--pid_mask", default="\((.*?)\)", help="specifies regex to searching pid in a text line.")

parser.add_argument("--file", default="", help="specifies log file to read.")
Expand Down

0 comments on commit a3a6c12

Please sign in to comment.