]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
- fixed arguments for CreatePreSnapshot and CreatePostSnapshot
authorArvin Schnell <aschnell@suse.de>
Thu, 24 Jan 2013 13:36:34 +0000 (14:36 +0100)
committerArvin Schnell <aschnell@suse.de>
Thu, 24 Jan 2013 13:36:34 +0000 (14:36 +0100)
doc/dbus-protocol.txt

index f015d40771a9da6958ac9bf71170aeec277266ff..7e121d10f4ac30db2c31a9d8263115d91f9692b7 100644 (file)
@@ -23,8 +23,8 @@ method GetSnapshot config-name number
 method SetSnapshot config-name number description cleanup userdata
 
 method CreateSingleSnapshot config-name description cleanup userdata -> number
-method CreatePreSnapshot config-name pre-number description cleanup userdata -> number
-method CreatePostSnapshot config-name description cleanup userdata -> number
+method CreatePreSnapshot config-name description cleanup userdata -> number
+method CreatePostSnapshot config-name pre-number description cleanup userdata -> number
 method ModifySnapshot config-name number description cleanup userdata
 method DeleteSnapshots config-name list(numbers)