Skip to content
Snippets Groups Projects
Commit ff3b08072500 authored by Vincent Hatakeyama's avatar Vincent Hatakeyama
Browse files

docker dev start: use the first sentence for shortdesc, not the second line

parent 0827491458c4
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
program_build_date = str(__updated__) program_build_date = str(__updated__)
program_version_message = '%%(prog)s %s (%s)' % ( program_version_message = '%%(prog)s %s (%s)' % (
program_version, program_build_date) program_version, program_build_date)
program_shortdesc = __doc__.split("\n")[1] program_shortdesc = __doc__.split(".")[0]
program_license = '''%s program_license = '''%s
Created by Vincent Hatakeyama on %s. Created by Vincent Hatakeyama on %s.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment