github.com/artpar/rclone@v1.67.3/docs/content/commands/rclone_test_changenotify.md (about) 1 --- 2 title: "rclone test changenotify" 3 description: "Log any change notify requests for the remote passed in." 4 slug: rclone_test_changenotify 5 url: /commands/rclone_test_changenotify/ 6 versionIntroduced: v1.56 7 # autogenerated - DO NOT EDIT, instead edit the source code in cmd/test/changenotify/ and as part of making a release run "make commanddocs" 8 --- 9 # rclone test changenotify 10 11 Log any change notify requests for the remote passed in. 12 13 ``` 14 rclone test changenotify remote: [flags] 15 ``` 16 17 ## Options 18 19 ``` 20 -h, --help help for changenotify 21 --poll-interval Duration Time to wait between polling for changes (default 10s) 22 ``` 23 24 25 See the [global flags page](/flags/) for global options not listed here. 26 27 # SEE ALSO 28 29 * [rclone test](/commands/rclone_test/) - Run a test command 30