diff --git a/doc/man/man1/sreport.1 b/doc/man/man1/sreport.1
index b48a7128f1249242b1f296004b18890fbe71552d..89d5b50d79fd2533b0c71b33dab130476ff428e0 100644
--- a/doc/man/man1/sreport.1
+++ b/doc/man/man1/sreport.1
@@ -132,10 +132,12 @@ Valid report types are:
 
 .TP
 \<REPORT\> options for each type include:
-\fBcluster\fP	\- AccountUtilizationByUser, UserUtilizationByAccount,
+\fBcluster\fP	  \- AccountUtilizationByUser, UserUtilizationByAccount,
 UserUtilizationByWckey, Utilization, WCKeyUtilizationByUser
 
-\fBjob\fP	\- SizesByAccount, SizesByWckey
+\fBjob\fP	  \- SizesByAccount, SizesByWckey
+
+\fBreservation\fP \- Utilization
 
 \fBuser\fP	\- TopUsage
 
@@ -187,6 +189,10 @@ accounts listed.
 This report will dispay the amount of time for each wckey for job ranges
 specified by the 'grouping=' option.  
 
+.TP
+.B reservation Utilization
+This report will display total usage for reservations on the systems.
+
 .TP
 .B user TopUsage
 Displays the top users on a cluster.  Use the group option to group
@@ -284,6 +290,13 @@ SizesbyWckey report all users summed together.  If you want only
 certain users specify them them with the Users= option.
 .RE
 
+.TP
+RESERVATION
+.TP
+.B Names=<OPT>
+List of reservations to use for the report. Default is all.
+.RE
+
 .TP
 USER
 .RS
@@ -324,6 +337,11 @@ List of users jobs to include in report.  Default is all.
        SizesByWckey
              \- Wckey, Cluster
 
+\fBReservation\fP
+       Utilization
+             \- Allocated, Associations, Cluster, CPUCount, CPUTime,
+                End, Idle, Name, Nodes, Start, TotalTime
+
 \fBUser\fP
        TopUsage
              \- Account, Cluster, Login, Proper, Used
diff --git a/src/sreport/sreport.c b/src/sreport/sreport.c
index 914bab2b39d1f3b40ddd1fdfba5357df131237ea..ce12b4ee3c463a44f952502690a885b9972af55b 100644
--- a/src/sreport/sreport.c
+++ b/src/sreport/sreport.c
@@ -661,6 +661,8 @@ sreport [<OPTION>] [<COMMAND>]                                             \n\
      cluster - AccountUtilizationByUser, UserUtilizationByAccount,         \n\
                UserUtilizationByWckey, Utilization, WCKeyUtilizationByUser \n\
      job     - SizesByAccount, SizesByWckey                                \n\
+     reservation                                                           \n\
+             - Utilization                                                 \n\
      user    - TopUsage                                                    \n\
                                                                            \n\
   <OPTIONS> are different for each report type.                            \n\
@@ -717,6 +719,10 @@ sreport [<OPTION>] [<COMMAND>]                                             \n\
                                   you want only certain users specify them \n\
                                   them with the Users= option.             \n\
                                                                            \n\
+     reservation                                                           \n\
+             - Names=<OPT>      - List of reservations to use for the report\n\
+                                  Default is all.                          \n\
+                                                                           \n\
      user    - Accounts=<OPT>   - List of accounts to use for the report   \n\
                                   Default is all.                          \n\
              - Group            - Group all accounts together for each user.\n\
@@ -744,6 +750,11 @@ sreport [<OPTION>] [<COMMAND>]                                             \n\
        - Sizes                                                             \n\
              - Account, Cluster                                            \n\
                                                                            \n\
+       Reservation                                                         \n\
+       - Utilization                                                       \n\
+             - Allocated, Associations, Cluster, CPUCount, CPUTime,        \n\
+               End, Idle, Name, Nodes, Start, TotalTime                    \n\
+                                                                           \n\
        User                                                                \n\
        - TopUsage                                                          \n\
              - Account, Cluster, Login, Proper, Used                       \n\