diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/apk.8.scd | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/apk.8.scd b/doc/apk.8.scd index 3b5797e..1b9b6f3 100644 --- a/doc/apk.8.scd +++ b/doc/apk.8.scd @@ -179,7 +179,10 @@ The following options are available for all commands. The following options are available for all commands which commit the database. *-s, --simulate* - Simulate the requested operation without making any changes. + Simulate the requested operation without making any changes. The database + is opened in read only mode, and auto-updating of indexes is disabled. + You may want to run "apk update" before running a simulation to make sure + it is done with up-to-date repository indexes. *--clean-protected* Do not create .apk-new files in configuration directories. |