diff --git a/knowledge base/snapper.md b/knowledge base/snapper.md index 8916d47..84ca8cf 100644 --- a/knowledge base/snapper.md +++ b/knowledge base/snapper.md @@ -42,8 +42,10 @@ snapper diff 6..21 snapper modify \ --userdata 'important=yes' \ --description 'new description' \ - --cleanup-algorithm '' 12 -snapper modify 12 -u 'important=yes' -d 'new description' -c '' + --cleanup-algorithm '' \ + 12 +snapper modify -u 'important=yes' -d 'new description' -c '' 12 +snapper modify -c '' 2 ``` ## Further readings