mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-28 20:54:06 +00:00
Update cheatsheets
This commit is contained in:
@@ -14,8 +14,8 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Initialize a repository, exclude test RPMs and display verbose logs:
|
||||
|
||||
`createrepo -v -x {{test_*.rpm}} {{path/to/directory}}`
|
||||
`createrepo {{[-v|--verbose]}} {{[-x|--excludes]}} {{test_*.rpm}} {{path/to/directory}}`
|
||||
|
||||
- Initialize a repository, using SHA1 as the checksum algorithm, and ignoring symbolic links:
|
||||
|
||||
`createrepo -S -s {{sha1}} {{path/to/directory}}`
|
||||
`createrepo {{[-S|--skip-symlinks]}} {{[-s|--checksum]}} {{sha1}} {{path/to/directory}}`
|
||||
|
||||
Reference in New Issue
Block a user