mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-12 05:58:57 +00:00
Update cheatsheets
This commit is contained in:
@@ -5,16 +5,16 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# debchange
|
||||
|
||||
> Mantain the debian/changelog file of a Debian source package.
|
||||
> Maintain the debian/changelog file of a Debian source package.
|
||||
> More information: <https://manned.org/debchange.1>.
|
||||
|
||||
- Add a new version for a non-maintainer upload to the changelog:
|
||||
|
||||
`debchange --nmu`
|
||||
`debchange {{[-n|--nmu]}}`
|
||||
|
||||
- Add a changelog entry to the current version:
|
||||
|
||||
`debchange --append`
|
||||
`debchange {{[-a|--append]}}`
|
||||
|
||||
- Add a changelog entry to close the bug with specified ID:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user