Skip to content

Commit 87a363e

Browse files
author
Ankita Dutta
committed
EEE PBIs 30653792
1 parent eefbb7c commit 87a363e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/site-recovery/site-recovery-faq.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -331,10 +331,10 @@ sections:
331331
echo "Usage: $0 [--pre | --post]"
332332
exit 1
333333
elif [ "$1" == "--pre" ]; then
334-
echo "Freezing app IO"
335-
exit 0
334+
echo "Freezing app IO" ##command to freeze the application
335+
exit 0
336336
elif [ "$1" == "--post" ]; then
337-
echo "Thawed app IO"
337+
echo "Thawed app IO" ##command to unfreeze the application
338338
exit 0
339339
fi
340340
```

0 commit comments

Comments
 (0)