From 6b058d3efa1ad2a2026b4ebd2dbed415bf968172 Mon Sep 17 00:00:00 2001 From: vrana Date: Tue, 26 Jun 2012 17:32:39 -0700 Subject: [PATCH] Mark text output in docs --- src/docs/userguide/libraries.diviner | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/docs/userguide/libraries.diviner b/src/docs/userguide/libraries.diviner index 834b26fe1c..51275150e6 100644 --- a/src/docs/userguide/libraries.diviner +++ b/src/docs/userguide/libraries.diviner @@ -37,6 +37,7 @@ To **create a new libphutil library**: Now you'll get a prompt like this: + lang=txt No library currently exists at that path... The directory '/some/path/libcustom/src' does not exist. @@ -49,6 +50,7 @@ Now you'll get a prompt like this: Choose a library name (in this case, "libcustom" would be appropriate) and it you should get some details about the library initialization: + lang=txt Writing '__phutil_library_init__.php' to '/some/path/libcustom/src/__phutil_library_init__.php'... Using library root at 'src'...