mirror of
https://github.com/rclone/rclone.git
synced 2024-11-26 02:09:55 +08:00
29 lines
730 B
Markdown
29 lines
730 B
Markdown
---
|
|
title: "rclone test changenotify"
|
|
description: "Log any change notify requests for the remote passed in."
|
|
versionIntroduced: v1.56
|
|
# autogenerated - DO NOT EDIT, instead edit the source code in cmd/test/changenotify/ and as part of making a release run "make commanddocs"
|
|
---
|
|
# rclone test changenotify
|
|
|
|
Log any change notify requests for the remote passed in.
|
|
|
|
```
|
|
rclone test changenotify remote: [flags]
|
|
```
|
|
|
|
## Options
|
|
|
|
```
|
|
-h, --help help for changenotify
|
|
--poll-interval Duration Time to wait between polling for changes (default 10s)
|
|
```
|
|
|
|
|
|
See the [global flags page](/flags/) for global options not listed here.
|
|
|
|
# SEE ALSO
|
|
|
|
* [rclone test](/commands/rclone_test/) - Run a test command
|
|
|