From bcd87009e218c84bf4ec7371ff5156f8dbdfe6b9 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Sun, 7 May 2017 21:12:23 +0100 Subject: [PATCH] Fix docs typo --- cmd/cmount/mount.go | 2 +- cmd/mount/mount.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/cmount/mount.go b/cmd/cmount/mount.go index a6b2d049f..ed2e5bf9c 100644 --- a/cmd/cmount/mount.go +++ b/cmd/cmount/mount.go @@ -135,7 +135,7 @@ be picked up once the cache expires. Alternatively, you can send a ` + "`SIGHUP`" + ` signal to rclone for it to flush all directory caches, regardless of how old they are. -Assuming only one rlcone instance is running, you can reset the cache +Assuming only one rclone instance is running, you can reset the cache like this: kill -SIGHUP $(pidof rclone) diff --git a/cmd/mount/mount.go b/cmd/mount/mount.go index 3253235b7..0a9cde34a 100644 --- a/cmd/mount/mount.go +++ b/cmd/mount/mount.go @@ -134,7 +134,7 @@ be picked up once the cache expires. Alternatively, you can send a ` + "`SIGHUP`" + ` signal to rclone for it to flush all directory caches, regardless of how old they are. -Assuming only one rlcone instance is running, you can reset the cache +Assuming only one rclone instance is running, you can reset the cache like this: kill -SIGHUP $(pidof rclone)