X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=src%2Fgenerator.ml;h=95a263706c1be59f839c94805253ca6f7abb8bd4;hp=1032a1a2f05106927a84388ee895ab59a22c8f83;hb=7cb6fac3074c52ac3c3e9ead5d99e4a2887cf7b1;hpb=9be89728f2a0ff17d54a0dba981015fa6405eb50;ds=sidebyside diff --git a/src/generator.ml b/src/generator.ml index 1032a1a..95a2637 100755 --- a/src/generator.ml +++ b/src/generator.ml @@ -4700,6 +4700,13 @@ allows you to specify the new size (in bytes) explicitly."); This command is the same as C except that it allows you to specify the new size (in bytes) explicitly."); + ("ntfsresize_size", (RErr, [Device "device"; Int64 "size"]), 250, [Optional "ntfsprogs"], + [], + "resize an NTFS filesystem (with size)", + "\ +This command is the same as C except that it +allows you to specify the new size (in bytes) explicitly."); + ] let all_functions = non_daemon_functions @ daemon_functions