summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2022-07-11 20:52:12 +0200
committerDaniel Friesel <derf@finalrewind.org>2022-07-11 20:52:12 +0200
commitaf8261991550449f58f6d58573a7b6665a0cf85c (patch)
treeb023223eda8469cda63bc3488ee3cdb74cffdc53
parentb3d06a8eb4acdd951cbbbc3cc752faf84447bb5e (diff)
database: fix missing word in workflow example
-rw-r--r--lib/Travelynx/Command/database.pm2
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