Update documentation for fdb_database_create_snapshot
This commit is contained in:
parent
a6d4e1a82d
commit
c1837fc1ec
|
@ -467,7 +467,7 @@ An |database-blurb1| Modifications to a database are performed via transactions.
|
|||
``snapshot_command``
|
||||
A pointer to all the snapshot command arguments.
|
||||
|
||||
In particular, if the original ``fdbcli`` command is ``snapshot <arg1> <arg2> <argN>``, then the string ``snapshot_command`` points to is ``<arg1> <arg2> <argN>``, which including the spaces.
|
||||
In particular, if the original ``fdbcli`` command is ``snapshot <arg1> <arg2> <argN>``, then the string ``snapshot_command`` points to is ``<arg1> <arg2> <argN>``.
|
||||
|
||||
``snapshot_command_length``
|
||||
|length-of| ``snapshot_command``
|
||||
|
|
Loading…
Reference in New Issue