diff --git a/fs/save/source/main.c b/fs/save/source/main.c
index 7f8d5b7..04fa7ff 100644
--- a/fs/save/source/main.c
+++ b/fs/save/source/main.c
@@ -88,6 +88,7 @@ int main(int argc, char **argv)
         }
     }
 
+    //You can use any device-name. If you want multiple saves mounted at the same time, you must use different device-names for each one.
     if (R_SUCCEEDED(rc)) {
         ret = fsdevMountDevice("save", tmpfs);
         if (ret==-1) {