Skip to content

Commit

Permalink
Add AppImage link in help information.
Browse files Browse the repository at this point in the history
  • Loading branch information
KmolYuan committed Aug 30, 2019
1 parent 8f3974a commit 1e92634
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/info/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@
# AppImage options
g = parser.add_argument_group(
"AppImage arguments",
"these options only work in package state"
"these options only work in package state. Pyslvs is a type 2 package, "
"for more information: https://docs.appimage.org/"
)
g.add_argument(
'--appimage-extract',
Expand Down

0 comments on commit 1e92634

Please sign in to comment.