Skip to content

Commit

Permalink
Update string from tmp to plugins when initplugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasTJdev committed Dec 28, 2019
1 parent 62afb27 commit a70fe2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nimwcpkg/constants/_strings.nim
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ const
skeletonMsg* = """
NimWC: Creating plugin skeleton.
New plugin template will be created inside the folder: tmp/
New plugin template will be created inside the folder: plugins/
(The files will have useful comments with help & links).
"""
Expand Down Expand Up @@ -186,7 +186,7 @@ Options:
--forcebuild Force Recompile.
--newadmin Add 1 new Admin or Moderator user (asks name, mail & password).
--gitupdate Update from Git origin master then force a hard reset and exit.
--initplugin Create 1 new empty plugin skeleton inside the folder ./tmp/
--initplugin Create 1 new empty plugin skeleton inside the folder ./plugins/
--vacuumdb Vacuum database and continue (automatic database maintenance).
--backupdb Full backup of database (Raw SQL plain text file).
--backupdb-gpg Compressed signed full backup of database (GPG+SHA512+TarGz).
Expand Down

0 comments on commit a70fe2d

Please sign in to comment.