diff options
author | Daniel Friesel <derf@finalrewind.org> | 2022-07-11 20:52:12 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2022-07-11 20:52:12 +0200 |
commit | af8261991550449f58f6d58573a7b6665a0cf85c (patch) | |
tree | b023223eda8469cda63bc3488ee3cdb74cffdc53 /lib/Travelynx/Command/database.pm | |
parent | b3d06a8eb4acdd951cbbbc3cc752faf84447bb5e (diff) |
database: fix missing word in workflow example
Diffstat (limited to 'lib/Travelynx/Command/database.pm')
-rw-r--r-- | lib/Travelynx/Command/database.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Travelynx/Command/database.pm b/lib/Travelynx/Command/database.pm index eb2443c..e84cf54 100644 --- a/lib/Travelynx/Command/database.pm +++ b/lib/Travelynx/Command/database.pm @@ -1163,5 +1163,5 @@ __END__ Recommended workflow: > systemctl stop travelynx - > perl index.pl migrate + > perl index.pl database migrate > systemctl start travelynx |