diff options
author | Peter Hyman <pete@peterhyman.com> | 2021-01-03 10:12:29 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackware.com> | 2021-01-04 23:08:49 -0600 |
commit | 23640d912ddf754934488a002070581fee2dbc77 (patch) | |
tree | 04020941cd64c01cc12663337a5e2111f854d23b /files/slackpkg.8 | |
parent | f62ecabf6c2a92ed7f689b7ac0eda52da4d094cc (diff) | |
download | slackpkg-23640d912ddf754934488a002070581fee2dbc77.tar.xz |
Add show-changelog option and update manpage
Signed-off-by: Robby Workman <rworkman@slackware.com>
Diffstat (limited to 'files/slackpkg.8')
-rw-r--r-- | files/slackpkg.8 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/files/slackpkg.8 b/files/slackpkg.8 index 02da92f..2f628b9 100644 --- a/files/slackpkg.8 +++ b/files/slackpkg.8 @@ -26,7 +26,7 @@ .B slackpkg [OPTIONS] update [gpg] -.B slackpkg [OPTIONS] {new-config|check-updates} +.B slackpkg [OPTIONS] {new-config|check-updates|show-changelog} .B slackpkg [OPTIONS] help @@ -154,6 +154,11 @@ Verify if there is any update to ChangeLog.txt. This is good to be used from cron to alert the sysadmin about updates. .TP 5 +.B show-changelog +.br +Display Slackware ChangeLog.txt file and exit. + +.TP 5 .B file-search .br You can search the official Slackware packages for any file in the Slackware |