From 5ce87c9aff4c32160dbedd44dbd5b736875fe61a Mon Sep 17 00:00:00 2001 From: "Michael F. Lamb" Date: Tue, 20 Oct 2015 21:51:50 +0000 Subject: [PATCH] touch a doc typo --- tildetown/stats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tildetown/stats.py b/tildetown/stats.py index c266d89..3b4d9f6 100755 --- a/tildetown/stats.py +++ b/tildetown/stats.py @@ -46,7 +46,7 @@ stats.py, which is of the form: 'uptime': (string) output of `uptime -p` } -Usage: tdp.py > /var/www/html/tilde.json +Usage: stats.py > /var/www/html/tilde.json """ # I suppose I could import /var/local/tildetown/tildetown-py/stats.py which