Skip to content

Commit da5809c

Browse files
committed
_posts/2025-06-14-xbps-0.60.md: code quote all flags
1 parent eddc136 commit da5809c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

_posts/2025-06-14-xbps-0.60.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,17 +56,17 @@ layout: post
5656
* xbps-pkgdb(1): remove mtime checks, they are unreliable on fat filesystems
5757
and xbps does not rely on mtime matching the package anymore. [duncaen](https://github.com/duncaen)
5858

59-
* xbps-checkvers(1): with --installed also list subpackages. [chocimier](https://github.com/chocimier)
59+
* xbps-checkvers(1): with `--installed` also list subpackages. [chocimier](https://github.com/chocimier)
6060

6161
* xbps-remove(1): fix dry-run cache cleaning inconsistencies. [duncaen](https://github.com/duncaen)
6262

6363
* xbps-remove(1): allow removing "uninstalled" packages (packages in the cache
6464
that are still up to date but no long installed) from the package
65-
cache by specifying the -O/--clean-cache flag twice. [#530](https://github.com/void-linux/xbps/pull/530) [duncaen](https://github.com/duncaen)
65+
cache by specifying the `-O/--clean-cache` flag twice. [#530](https://github.com/void-linux/xbps/pull/530) [duncaen](https://github.com/duncaen)
6666

67-
* xbps-query(1): --cat now works in either repo or pkgdb mode. [duncaen](https://github.com/duncaen)
67+
* xbps-query(1): `--cat` now works in either repo or pkgdb mode. [duncaen](https://github.com/duncaen)
6868

69-
* xbps-query(1): --list-repos/-L list all repos including ones that
69+
* xbps-query(1): `--list-repos/-L` list all repos including ones that
7070
fail to open. [chocimier](https://github.com/chocimier)
7171

7272
* xbps.d(5): describe ignorepkg more precisely. [chocimier](https://github.com/chocimier)
@@ -102,12 +102,12 @@ layout: post
102102
extension. [#565](https://github.com/void-linux/xbps/pull/565) [classabbyamp](https://github.com/classabbyamp)
103103

104104
* xbps-uhelper(1): add verbose output for `pkgmatch` and `cmpver` subcommands if the
105-
-v/--verbose flag is specified. [#549](https://github.com/void-linux/xbps/pull/549) [classabbyamp](https://github.com/classabbyamp)
105+
`-v/--verbose` flag is specified. [#549](https://github.com/void-linux/xbps/pull/549) [classabbyamp](https://github.com/classabbyamp)
106106

107107
* xbps-uhelper(1): support multiple arguments for many subcommands to improve pipelined
108108
performance. [#536](https://github.com/void-linux/xbps/pull/536) [classabbyamp](https://github.com/classabbyamp)
109109

110-
* xbps-alternatives(1): Add -R/--repository mode to -l/--list to show alternatives
110+
* xbps-alternatives(1): Add `-R/--repository` mode to `-l/--list` to show alternatives
111111
of packages in the repository. [#340](https://github.com/void-linux/xbps/pull/340) [duncaen](https://github.com/duncaen)
112112

113113
* libxbps: fix permanent (308) redirects when fetching packages and repositories. [duncaen](https://github.com/duncaen)
@@ -116,6 +116,6 @@ layout: post
116116

117117
* libxbps: the `preserve` package metadata is now also respected for package removals. [duncaen](https://github.com/duncaen)
118118

119-
* xbps-pkgdb(1): new --checks allows to choose which checks are run. [#352](https://github.com/void-linux/xbps/pull/352) [ericonr](https://github.com/ericonr), [duncaen](https://github.com/duncaen)
119+
* xbps-pkgdb(1): new `--checks` allows to choose which checks are run. [#352](https://github.com/void-linux/xbps/pull/352) [ericonr](https://github.com/ericonr), [duncaen](https://github.com/duncaen)
120120

121121
**Full Changelog**: <https://github.com/void-linux/xbps/compare/0.59.2...0.60>

0 commit comments

Comments
 (0)